home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / SafeCall / HResultDecoderU.dfm / HResultDecoderU.txt
Encoding:
Text File  |  1999-08-11  |  1.6 KB  |  91 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 126
  4.   Width = 213
  5.   Height = 288
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 51
  21.     Height = 13
  22.     Caption = 'HRESULT'
  23.   end
  24.   object lblS: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 41
  28.     Height = 13
  29.     Caption = 'Severity:'
  30.   end
  31.   object lblFacility: TLabel
  32.     Left = 8
  33.     Top = 216
  34.     Width = 62
  35.     Height = 13
  36.     Caption = 'Facility code:'
  37.   end
  38.   object lblSCode: TLabel
  39.     Left = 8
  40.     Top = 240
  41.     Width = 40
  42.     Height = 13
  43.     Caption = 'SCODE:'
  44.   end
  45.   object edtHRESULT: TEdit
  46.     Left = 8
  47.     Top = 24
  48.     Width = 121
  49.     Height = 21
  50.     TabOrder = 0
  51.     Text = '$00000000'
  52.     OnChange = edtHRESULTChange
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 8
  56.     Top = 80
  57.     Width = 185
  58.     Height = 121
  59.     Caption = ' Reserved Facility Code Bits '
  60.     TabOrder = 1
  61.     object lblR: TLabel
  62.       Left = 16
  63.       Top = 24
  64.       Width = 116
  65.       Height = 13
  66.       Caption = 'NT'#39's second severity bit:'
  67.     end
  68.     object lblC: TLabel
  69.       Left = 16
  70.       Top = 48
  71.       Width = 57
  72.       Height = 13
  73.       Caption = 'NT'#39's C field:'
  74.     end
  75.     object lblN: TLabel
  76.       Left = 16
  77.       Top = 72
  78.       Width = 113
  79.       Height = 13
  80.       Caption = 'Mapped NT status field:'
  81.     end
  82.     object lblMsgID: TLabel
  83.       Left = 16
  84.       Top = 96
  85.       Width = 34
  86.       Height = 13
  87.       Caption = 'Msg id:'
  88.     end
  89.   end
  90. end
  91.